@charset "UTF-8";
/* ---------------------------------------- */
/* v3 追加分 */
/* ---------------------------------------- */

/* 仮追加 */
@import url(./vector.css?cache=20210823);

/* ---------------------------------------- */
/* eyecatch */
#cf_eyecatch_area {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none repeat scroll 0 0 #8fbd46;
	z-index: 1000;
}
#cf_eyecatch_area img {
	width: 100%;
}


/* ---------------------------------------- */
/* loading */
#cf_loading {
	margin: 25% auto 0 auto;
	padding: 0;
	position: relative;
	width: 40%;
	height: 10%;
	border: 3px solid #ffffff;
	border-radius: 6px;
}
#cf_loading p {
	margin: 0;
	margin-top: 2%;
	padding: 0;
	text-align: center;
	width: 100%;
	color: #ffffff;
	text-shadow:
		-1px 0px 1px #8fbd46,
		0px 1px 1px #8fbd46,
		1px 0px 1px #8fbd46,
		0px -1px 1px #8fbd46,
		-1px -1px 1px #8fbd46,
		1px -1px 1px #8fbd46,
		1px 1px 1px #8fbd46,
		-1px 1px 1px #8fbd46;
	position: absolute;
	z-index: 10;
}
#cf_loading_meter {
	margin: 0px;
	padding: 0;
	position: absolute;
	border:2px solid #8fbd46;
	background: none repeat scroll 0 0 #ffffff;
	z-index: 1;
	height: 100%;
	border-radius: 4px;
	width: 0%; /* ココを変更 */
}

/* ---------------------------------------- */
/* www SNSログイン用 2022.04.21 */
button.sns_login {
	right: 5px;
	top: -1px;
	margin: 0;
}
#cf_loginfoem_default button.sns_login {
	background-image: linear-gradient(to bottom, #7dc9f8, #5cbbf6);
	border-color: #5cbbf6;
}

@media screen and (max-width: 877px) {
	.login_menu_inner button.sns_login {
		top: 42px;
		right: 20px;
	}
	.login_menu_inner button.sns_login.onebtn {
		top: 4px;
	}
}
@media screen and (max-width: 640px) {
	.login_menu_inner button.sns_login {
		right: 4px;
	}
}

#cf_loginfoem_sns {
	margin-right: 70px;
	padding:0px 5px;
}
@media screen and (max-width: 877px) {
	#cf_loginfoem_sns {
		margin-right: 0px;
		padding: 5px;
	}
	#cf_loginfoem_sns .sns_btn_div {
		margin: 2px 90px 2px 10px;
	}
}
@media screen and (max-width: 640px) {
	#cf_loginfoem_sns .sns_btn_div {
		margin: 2px 60px 2px 10px;
	}
}
#cf_loginfoem_sns .sns_btn_div {
	height: 44px;
	vertical-align: top;
	padding-top: 2px;
}
#cf_loginfoem_sns .twlogin_btn {
	width: 174px;
	height: 32px;
	border-radius: 4px;
	background-color: #5cbbf6;
	display: block;
	line-height: 33px;
	padding-left: 40px;
	color: white;
	background-image: url(../img/header_button_icon_twitter.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
	cursor: pointer;
	font-weight: bold;
}
#cf_loginfoem_sns .twlogin_btn:hover {
	opacity: 0.65;
}

/* ---------------------------------------- */
/* twitter -> x 調整 2023.08.22 */

/* ログインボタン */
#cf_loginfoem_sns .twlogin_btn.x {
	width: 172px;
	height: 30px;
	border: 1px solid rgb(29, 155, 240);
	background-image: url(../img/header_button_icon_x.png);
	background-color: #ffffff;
	color: rgb(29, 155, 240);
}

/* ---------------------------------------- */
/* いいねボタン 2022.09.14 */
.bbs_goodbtn_r, .bbs_goodbtn_l ,
.diary_goodbtn {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../img/icon_star2.png);
	background-size: 28px 56px;
	background-position: 100% -28px;
	background-repeat: no-repeat;
	z-index: 20;
	cursor: pointer;
	opacity: 0.85;

	font-size: 10px;
	text-align: center;
	line-height: 30px;
	text-shadow: -1px -1px white;
	color: #884422;
}
.bbs_goodbtn_r {
	margin-top: -70px;
	margin-left: 52px;
}
.bbs_goodbtn_l {
	margin-top: -70px;
	margin-left: -5px;
}
.diary_goodbtn {
	right: 10px;
	bottom: 10px;
}
.bbs_goodbtn_r.goodon, .bbs_goodbtn_l.goodon ,
.diary_goodbtn.goodon {
	cursor: default;
	background-position: 100% 0px;
	opacity: 1.0;
}
.diary_body {
	position: relative;
}
#cf_smartbbs_log .bbs_goodbtn_l {
	width: 20px;
	height: 20px;
	background-size: 20px 40px;
	background-position: 100% -20px;
	margin-top: -18px;
	margin-left: 0px;
	font-size: 8px;
	line-height: 22px;
}
#cf_smartbbs_log .bbs_goodbtn_l.goodon {
	background-position: 100% 0px;
}


/* ---------------------------------------- */
/* フォトアルバムTAB化 2023.07.13 */
#cf_photoalbum_main_body {
	padding-bottom: 10px;
}
#cf_photoalbum_main_body div.photobase.diary {
	max-height: 420px;
}
#cf_photoalbum_main_body div img.photo2 {
	width: 100%;
	height: auto;
	max-width: 600px;
	max-height: 420px;
	object-fit: contain;
}


/* ---------------------------------------- */
/* 調整 */

/* 放送枠調整 */
#cf_broadcast_base {
	overflow: hidden;
}
#cf_fullscreen #cf_broadcast_base {
	overflow: inherit;
}
#cf_broadcast_msg.info_msg {
	width: auto;
}

/* sub_area 背景調整 2020.06.04 */
.sub_area_wraper.back_white .sub_area {
	background-color: rgba(255,255,255,1.0);
}

/* メインフレーム内移動コントローラーボタン調整 2020.07.30 */
.mark_div span.show-fadeout {
	opacity: 0;
}

/* メインフレーム内移動コントローラーボタン 文字スクロール用 2021.08.19 */
.scrl_btn_name {
	overflow: hidden;
	position: relative;
	justify-content: normal !important;
}
.scrl_btn_name span {
	position: absolute;
	white-space: nowrap;
}
.sub_mark_div.pos_right.row {
	flex-direction: row;
}

/* メインフレーム内移動コントローラーボタン 拡張側アイコン 2021.08.23 */
.sub_mark_div span.icon::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/drag_mark2.png);
	background-size: 1700% 100%;
	border-radius: 50%;
	margin: 0;
}
.sub_mark_div span.icon.left::before {
	background-position: 17.51765% 0%;
}
.sub_mark_div span.icon.right::before {
	background-position: 5.70588% 0%;
}
.sub_mark_div span.icon.top::before {
	background-position: -0.2% 0%;
}
.sub_mark_div span.icon.bottom::before {
	background-position: 11.61176% 0%;
}


/* CFW_MAP_ANCHOR 表示用 2022.02.15 */
.mapanchor {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
}
.mapanchor .mapanchor_wrapper {
	position: absolute;
	width: 0;
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mapanchor .mapanchor_wrapper .mapanchor_contents {
	position: absolute;
	margin: 0;
	padding: 0;
}
.mapanchor .mapanchor_wrapper .mapanchor_contents.mark_top ,
.mapanchor .mapanchor_wrapper .mapanchor_contents.mark_right ,
.mapanchor .mapanchor_wrapper .mapanchor_contents.mark_bottom ,
.mapanchor .mapanchor_wrapper .mapanchor_contents.mark_left,
.mapanchor .mapanchor_wrapper .mapanchor_contents.mark_text {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	transform: translate(0%, 0%);
	height: 26px;
}
.mapanchor .mapanchor_wrapper .mapanchor_contents.mark_text {
	height: 36px;
}


/* opn 設定メニュー下部位置調整 */
/*
#cf_settingmenu_base1 #cf_settingmenu {
	right: 10px;
	top: 70px;
}
*/

/* 通常メニュー 6個ボタン表示調整	2021.05.31 */
.main_button.list_style.b_count6 .list_style_inner {
	height: 100%;
}



/* ---------------------------------------- */
/* 共通 */

/* z-index 0 */
.zindex_zero {
	z-index: 0;
}

/* 数字表示 */
span.num {
	color: #9ecc21;
	display: inline-block;
	font-size: 130%;
	letter-spacing: 0.1em;
	margin: 0 3px 0 0;
}

/* 反転防止 */
#cf_mainframe {
	user-select: none;
}

/* タイトル+リスト */
.gp_list {
}
.gp_list.me {
	background-color: #fff0f0;
}
.gp_list p.name {
}
.gp_list p.name span.num {
	width: 30px;
	text-align: right;
	color: #888888;
	font-size: 75%;
}
.gp_list ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.gp_list ul.nofix {
	table-layout: auto;
}
.gp_list ul li {
	display: table-cell;
	text-align: right;
}
.gp_list ul li.left {
	text-align: left;
}
.gp_list ul.nofix li {
	vertical-align: bottom;
}
.gp_list ul li.mini {
	color: #888888;
	font-size: 75%;
}
.gp_list ul li span {
	color: #9ecc21;
	display: inline-block;
	font-size: 160%;
	letter-spacing: 0.1em;
	margin: 0 3px 0 0;
}
.gp_list ul li button {
	width: auto !important;
}



/* ---------------------------------------- */
/* フェードイン表示 */
.show-fadein {
	opacity: 1;
	animation-duration: 0.18s;
	animation-name: show-fade-in;
	-moz-animation-duration: 0.18s;
	-moz-animation-name: show-fade-in;
	-webkit-animation-duration: 0.18s;
	-webkit-animation-name: show-fade-in;
}
@keyframes show-fade-in {
	  0% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@-moz-keyframes show-fade-in {
	  0% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@-webkit-keyframes show-fade-in {
	  0% { opacity: 0.0; }
	100% { opacity: 1.0; }
}


/* ---------------------------------------- */
/* フェードアウト表示 ※オブジェクトは透明なまま残る */
.show-fadeout {
	opacity: 0;
	animation-duration: 0.18s;
	animation-name: show-fade-out;
	-moz-animation-duration: 0.18s;
	-moz-animation-name: show-fade-out;
	-webkit-animation-duration: 0.18s;
	-webkit-animation-name: show-fade-out;
}
@keyframes show-fade-out {
	  0% { opacity: 1.0; }
	100% { opacity: 0.0; }
}
@-moz-keyframes show-fade-out {
	  0% { opacity: 1.0; }
	100% { opacity: 0.0; }
}
@-webkit-keyframes show-fade-out {
	  0% { opacity: 1.0; }
	100% { opacity: 0.0; }
}

/* ---------------------------------------- */
/* 透明化 */
.show-alphazero {
	opacity: 0.0 !important;
}


/* ---------------------------------------- */
/* WebVR A-FRAME用 */
/* A-FRAMEの変更を上書き */
/*
html {
	position: static !important;
}
body {
	overflow: visible !important;
}
*/
.vr_base {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 340px;
	background-color: #000000;
}
.vr_base::before {
	content: "";
	background-color: transparent;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.vr_dbg {
	border-radius: 12px 0 0 12px;
	right: 0px;
	top: 60px;
	margin: 0;
	padding: 5px;
	border: 0;
	position: absolute;
	width: auto;
	background-color: rgba(0,0,0,0.65);
}
.vr_dbg p {
	color: #ffffff;
	text-align: left;
}

/* ---------------------------------------- */
/* 動画レイヤー 2020.09.02 */
#cf_video_layer ,
#cf_video_layer_click {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#cf_video_layer {
	background-color: #5c5644;
}
#cf_video_layer_click {
	background-color: rgba(0,0,0,0.5);
}
#cf_video_layer_click::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 30px;
	border-color: transparent transparent transparent rgba(255,255,255,0.96);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -22px;
}
#cf_video_layer_click::after {
	content: '';
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.96);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -43px;
}



/* ---------------------------------------- */
/* MAP名, COMMENT1～5, Loading */
#cf_mapname ,
#cf_mapcom1 ,
#cf_mapcom2 ,
#cf_mapcom3 {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	width: auto;
	background-color: rgba(0,0,0,0.5);
}

.mapnames p {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size:11px;
	line-height: 24px;
}
.mapnames p:before ,
.mapnames p:after {
  content: '\00A0\00A0';
}

/* 位置 */
#cf_mapcom1 ,
#cf_mapcom2 {
	left: 0px;
}
#cf_mapname ,
#cf_mapcom3 {
	right: 0px;
}
#cf_mapcom2 ,
#cf_mapcom3 {
	top: 0px;
}
#cf_mapname ,
#cf_mapcom1 {
	bottom: 0px;
}

/* 文字位置 */ 
#cf_mapname p,
#cf_mapcom3 p{
	text-align: right;
}

/* 角 */
#cf_mapname {
	border-radius: 12px 0 0 0;
}
#cf_mapcom1 {
	border-radius: 0 12px 0 0;
}
#cf_mapcom2 {
	border-radius: 0 0 12px 0;
}
#cf_mapcom3 {
	border-radius: 0 0 0 12px;
}
#cf_maploading {
	border-radius: 12px 12px 0 0;
}

/* Loading,COMMENT4～5 */
#cf_maploading ,
#cf_mapcom4 ,
#cf_mapcom5 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	position: absolute;
	display: flex;
	justify-content: center;
}
#cf_maploading ,
#cf_mapcom5 {
	bottom: 0;
}
#cf_mapcom4 {
	top: 0;
}

#cf_maploading div ,
#cf_mapcom4 div ,
#cf_mapcom5 div {
	width: auto;
	position: absolute;
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
}
#cf_maploading div ,
#cf_mapcom5 div {
	bottom: 0;
	border-radius: 12px 12px 0 0;
}
#cf_mapcom4 div {
	top: 0;
	border-radius: 0 0 12px 12px;
}

#cf_maploading div p,
.anim_loading_text {
	color: rgba(255,255,255,0.0);
	background:url(../img/loading_bg.png) repeat top left;
	background-clip: text;
	-webkit-background-clip: text;
	animation: mapname_load 2.5s ease infinite;
}
@keyframes mapname_load {
	0%{background-position:0% 0%}
	100%{background-position:-100% 0%}
}


/* ---------------------------------------- */
/* キャラ */

/* 吹き出し */
/*
                   線    文字
	hukidasi_a : d871cc 5c3057
	hukidasi_m : 4aa0e9 2f597d
	hukidasi_n : ea963d 654728
	hukidasi_u : 89c130 4b6128 ※デフォ

*/
.chara_balloon {
	margin: 0px;
	padding: 0px;
	width: 130px;
	position: absolute;
	z-index: 10;
	border: 0px none;
}
.chara_balloon p {
	margin: 0px;
	padding: 2px;
	color: #4b6128;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	word-wrap: break-word;
	border: 2px solid #89c130;
	background: #ffffff;
	-webkit-border-radius: 6px;	/* Safari,Chrome */
	-moz-border-radius: 6px;	/* Firefox */
	border-radius: 6px;			/* CSS3 Draft */
	-moz-box-shadow: 1px 2px 0px 0px rgba(0,0,0,0.5);		/* Safari,Chrome */
	-webkit-box-shadow: 1px 2px 0px 0px rgba(0,0,0,0.5);	/* Firefox */
	box-shadow: 1px 2px 0px 0px rgba(0,0,0,0.5);			/* CSS3 Draft */
}
.chara_balloon span {
	margin: 0px auto;
	padding: 0px;
	width: 0px;
	height: 0px;
	display: block;
	border-top: 10px solid #89c130;
	border-right: 3px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 3px solid transparent;
}
/* デフォ */
.chara_balloon.user p {
	border: 2px solid #89c130 !important;
	color: #4b6128 !important;
}
.chara_balloon.user span {
	border-top: 10px solid #89c130;
}
/* 自分 */
.chara_balloon.me p {
	border: 2px solid #4aa0e9 !important;
	color: #2f597d !important;
}
.chara_balloon.me span {
	border-top: 10px solid #4aa0e9;
}
/* NPC */
.chara_balloon.npc p {
	border: 2px solid #ea963d !important;
	color: #654728 !important;
}
.chara_balloon.npc span {
	border-top: 10px solid #ea963d;
}


/* ---------------------------------------- */
/* 天使 */

/* 情報 */
.user_angel {
	height: 110px;
	position: relative;
	text-align: center;
}
.user_angel img {
	margin: auto;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.angel_commands button.dbg {
	border:solid 1px #cc9955;
}
.angel_commands button.gray_b {
	border:solid 1px #bbbbbb;
}
.angel_commands button img {
	width: 60px;
	height: 60px;
}


/* ---------------------------------------- */
/* EVENTMAPメニュー */
#cf_eventmap {
}
#cf_eventmap div {
	margin: 4px auto;
	text-align: center;
	width: 60%;
}
#cf_eventmap div button {
	margin: 8px 0;
	width: 100%;
}


/* ---------------------------------------- */
/* メッセージ・ノベル */
/* ノベル */
#cf_novel_base {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	position: relative;
	font-size: 16px;
}
#cf_novel_bg {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.7;
	background-color: #000;
}
#cf_novel_bg.white {
	background-color: #555;
}
#cf_novel_bg.red {
	background-color: #511;
}
#cf_novel_bg.green {
	background-color: #151;
}
#cf_novel_bg.blue {
	background-color: #115;
}
#cf_novel_msg {
	margin: 15px;
	padding: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #444;
	border-radius: 5px;
	overflow: auto;
	position: absolute;
	text-align: left;
}
@media screen and (max-width: 480px) {
	/* 最小時はフォントサイズを 150% にする */
	#cf_novel_msg {
		font-size: 150%;
	}

}
#cf_novel_msg img {
	vertical-align: top;
}
#cf_novel_msg p {
	margin: 4px;
	padding: 0;
	color: #ffffff;
	line-height: 120%;
}
#cf_novel_msg .talk p ,
#cf_novel_msg .name p ,
#cf_novel_msg .npc p {
	display: inline-block;
	vertical-align: top;
}
#cf_novel_msg .talk p { color: #d0ffd0; }
#cf_novel_msg .name p { color: #ffffff; }
#cf_novel_msg .npc p {  color: #d0ddff; }


/* メッセージロール */
#cf_msg_roll {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	font-size: 16px;
	line-height: 24px;
}
@media screen and (max-width: 480px) {
	/* 最小時はフォントサイズを 125% にする */
	#cf_msg_roll {
		font-size: 120%;
		line-height: 110%;
	}

}
#cf_msg_roll p {
	margin: 20px;
	padding: 0px;
	/*font-size: 16px;
	line-height: 24px;*/
	color: #ffffff;
}
#cf_msg_roll p.l {
	text-align: left;
}
#cf_msg_roll p.c {
	text-align: center;
}
#cf_msg_roll p.r {
	text-align: right;
}


/* 送るボタン・ウェイト */
#cf_mainmsg_nextbtn ,
#cf_mainmsg_wait ,
#cf_novel_nextbtn ,
#cf_novel_wait {
	border-radius: 6px;
	width: 24px;
	height: 24px;
}
#cf_mainmsg_nextbtn ,
#cf_novel_nextbtn {
	cursor: pointer;
}
#cf_mainmsg_nextbtn ,
#cf_mainmsg_wait {
	position: absolute;
	right: 6px;
	bottom: 5px;
}
#cf_mainmsg_nextbtn {
	border: 2px solid #c9ea84;
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}
#cf_mainmsg_wait ,
#cf_novel_wait {
	cursor: default;
	border: 0px;
	background:url(../img/common/ani_wait.gif) no-repeat center center;
}
#cf_novel_nextbtn {
	margin: 2px auto;
	background-image: linear-gradient(to bottom, #444, #333);
	border: 2px solid #cccccc;
	position: relative;
}
#cf_novel_wait {
	margin: 2px auto;
	border: 2px solid #777;
}
#cf_mainmsg_nextbtn span ,
#cf_novel_nextbtn span {
	width: 0;
	height: 0;
	margin: 0 auto;
	padding: 0;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 14px 8px 0;
	display: block;
	position: absolute;
	/* ainimation */
	animation-name: ani_nextbtn;
	animation-duration: 0.85s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
#cf_mainmsg_nextbtn span {
	border-color: #89c130 transparent transparent;
}
#cf_novel_nextbtn span {
	border-color: #cccccc transparent transparent;
}
@keyframes ani_nextbtn {
	0%   { transform:  translateY( 2px);}
	50%  { transform:  translateY( 5px);}
	100% { transform:  translateY( 2px);}
}


/* ---------------------------------------- */
/* タイマー */
#cf_menutimer {
	width: 100px;
	height: 100px;
	right: 10px;
	top: 5px;
	position: absolute;
	z-index: 400;
}
#cf_menutimer_count.red {
	color: #f05555;
}


/* ---------------------------------------- */
/* マップメニュー */
.mapmenubtn {
	border: 0 none;
	margin: 0;
	position: absolute;
	display: block;
	background-color: transparent;
	cursor: pointer;
}
/* 調整 2022.10.21 */
#menubase_list {
	overflow-x: hidden;
}


/* ---------------------------------------- */
/* アイテムサムネイル */
.thumview {
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 2px solid #a9dd31;
	border-radius: 6px;
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
	position: absolute; 
}


/* ---------------------------------------- */
/* デフォルトアイコン枠 */
.iconborder {
	background: #ffffff;
	border: 2px solid #a9dd31;
	border-radius: 4px;
}



/* ---------------------------------------- */
/* 通常チャット */
#cf_chat_log_base {
	height: 400px;
	min-height: 120px;
	overflow: auto;
	resize: vertical;
}


/* ---------------------------------------- */
/* チャットログ */
#cf_clog_wait_base {
	margin: 6px;
	padding:10px 6px;
	border-radius: 6px;
	background-color: #ffffff;
	text-align: center;
}
#cf_clog_clear_btn {
	margin: 6px;
}


/* ---------------------------------------- */
/* チャット ステージ・アリーナサイズ分割 */
.twin #cf_chat_tab_base {
	display: none;
}

.twin #cf_chat_log_base ,
.twin #cf_chat_sub_base {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}


/* ---------------------------------------- */
/* komado内装飾 */
.numcolor {
	color: #5b7e3c;
	font-size: 120%;
	font-weight: bold;
	padding: 0 4px;
}

/* ---------------------------------------- */
/* クローゼット */
.item_base div.disabled {
	background-color:rgba(0,0,0,0.25);
	cursor: default;
}


/* ---------------------------------------- */
/* 潮・風向き */
div#cf_weather {
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 16px;
	top: 10px;
	background:url(../img/common/wind_base.png) no-repeat top left;
	overflow: hidden;
	text-align: center;
	/*display: none;*/
}
div#cf_weather p {
	width: 120px;
	left: 0px;
	top: 50px;
	color: #114411;
	font-size: 17px;
	line-height: 16px;
	font-weight:bold;
	text-align: center;
	position: absolute;
}


/* ---------------------------------------- */
/* ゲームメーター */
#cf_gmeter_base ,
#cf_gmeter2_base {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	width: auto;
	height: auto;
	background: #ffffff;
	opacity: 0.80;
	top: 0px;
}
#cf_gmeter_base {
	left: 0px;
	border-radius: 0 0 10px 0 / 0 0 10px 0;
}
#cf_gmeter2_base {
	right: 0px;
	border-radius: 0 0 0 10px / 0 0 0 10px;
}
/* life */
#cf_gmeter_life ,
#cf_gmeter2_life {
	padding: 0;
	width: 123px;
	height: 16px;
	position: relative;
	background:url(../img/common_old/game_life_bar.png) no-repeat top right;
}
#cf_gmeter_life {
	margin: 2px 6px 2px 0;
}
#cf_gmeter2_life {
	margin: 2px 0 2px 6px;
}
#cf_gmeter_life img ,
#cf_gmeter2_life img {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
}
#cf_gmeter_life_t ,
#cf_gmeter2_life_t {
	left: 0px;
	top: 0px;
}
#cf_gmeter_life_m ,
#cf_gmeter2_life_m {
	left: 40px;
	top: 5px;
	height: 6px;
	background: #ff8888;
}
/* score */
/* time */
#cf_gmeter_score ,
#cf_gmeter_time ,
#cf_gmeter2_score ,
#cf_gmeter2_time {
	padding: 0;
	height: 16px;
}
#cf_gmeter_score ,
#cf_gmeter_time {
	margin: 2px 6px 2px 0;
}
#cf_gmeter2_score ,
#cf_gmeter2_time {
	margin: 2px 0 2px 6px;
}

#cf_gmeter_score img ,
#cf_gmeter_time img ,
#cf_gmeter2_score img ,
#cf_gmeter2_time img {
	vertical-align: middle;
}
#cf_mainframe span.numlist img.num {
	margin: 0;
	width: 10px !important;
	height: 16px !important;
	background:url(../img/common_old/game_number.png) no-repeat top left;
}
#cf_mainframe span.numlist img.num.i0 {
	background-position: 0px 0px;
}
#cf_mainframe span.numlist img.num.i1 {
	background-position: 0px -16px;
}
#cf_mainframe span.numlist img.num.i2 {
	background-position: 0px -32px;
}
#cf_mainframe span.numlist img.num.i3 {
	background-position: 0px -48px;
}
#cf_mainframe span.numlist img.num.i4 {
	background-position: 0px -64px;
}
#cf_mainframe span.numlist img.num.i5 {
	background-position: 0px -80px;
}
#cf_mainframe span.numlist img.num.i6 {
	background-position: 0px -96px;
}
#cf_mainframe span.numlist img.num.i7 {
	background-position: 0px -112px;
}
#cf_mainframe span.numlist img.num.i8 {
	background-position: 0px -128px;
}
#cf_mainframe span.numlist img.num.i9 {
	background-position: 0px -144px;
}
#cf_mainframe span.numlist img.num.i10 {
	background-position: 0px -160px;
}


/* ---------------------------------------- */
/* BOARD レイヤー 2013.06.28 */
/* ベース */
#cf_board_base {
	margin: 0px;
	padding: 0;
	border: 0;
	position: absolute;
}
/* チップ */
#cf_board_base .tip_bg ,
#cf_board_base .tip_l1 ,
#cf_board_base .tip_l2 {
	margin: 0px;
	padding: 0;
	border: 0;
	position: absolute;
}
#cf_board_base .tip_bg {
	z-index:0;
}
#cf_board_base .tip_l1 {
	z-index:5;
}
#cf_board_base .tip_l2 {
	z-index:10;
}
/* キャラ */
#cf_board_base .chr_m1 ,
#cf_board_base .chr_m3 ,
#cf_board_base .chr_u1 ,
#cf_board_base .chr_u3 {
	margin: 0px;
	padding: 0;
	width: 50px;
	height: 50px;
	border: 0;
	position: absolute;
	/* z-index:20; */
}
#cf_board_base .chr_m1 {
	background:url(../img/common_old/bk1.png) no-repeat top left;
	/* z-index:30; */
}
#cf_board_base .chr_m3 {
	background:url(../img/common_old/bk3.png) no-repeat top left;
	/* z-index:30; */
}
#cf_board_base .chr_u1 {
	background:url(../img/common_old/bk2.png) no-repeat top left;
}
#cf_board_base .chr_u3 {
	background:url(../img/common_old/bk4.png) no-repeat top left;
}
#cf_board_base .chr_m1 img ,
#cf_board_base .chr_m3 img ,
#cf_board_base .chr_u1 img ,
#cf_board_base .chr_u3 img {
	margin: 0px;
	padding: 0;
	width: 30px;
	height: 30px;
	top: 5px;
	left: 10px;
	border: 0;
	position: absolute;
}



/* ---------------------------------------- */
/* 寮 */
#cf_ownent_msg, 
#cf_ownent_bellmsg, 
#cf_ownent_status {
	background-color: #ffffff;
	border: 8px solid #ffffff;
	border-radius: 8px;
	margin: 10px;
}
#cf_ownent_status {
	background-color: #d3ee9a;
	border: none;
	color: #666;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#cf_ownent_status.gray {
	background-color: #dfdccc;
}
#cf_ownent_bellmsg {
	background-color: #ffffff;
	border: 1px solid #94be1f;
	color: #94be1f;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#cf_ownent_bellmsg.orange {
	border: 1px solid #eba400;
	color: #eba400;
}


